home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Classic Games for OS/2 Warp
/
Classic Games for OS2 Warp (1995)(IBM).iso
/
uninst.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-07-11
|
176b
|
11 lines
/****/
'@uninstal.bin'
ret = RC
If (ret == 1) then do
'@cd \'
'@del \funpak\uninstal.bin'
'@del \funpak\uninst.cmd'
'@detach \funpak\fpclean.cmd'
End